PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFMarkupAnnotation Class / setInReplyTo Method
A reference to the annotation that this annotation is "in reply to".
In This Topic
    setInReplyTo Method
    In This Topic
    Sets the annotation that this annotation is "in reply to".
    Syntax
    public void setInReplyTo( 
       PDFAnnotation value
    )

    Parameters

    value
    A reference to the annotation that this annotation is "in reply to".
    See Also